home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / SplashScreen.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-07-29  |  770 b   |  59 lines

  1. body
  2. {
  3.     background:#fff !important;
  4. }
  5.  
  6. #HintText
  7. {
  8.     float:left;
  9.     display:block;
  10.     width:1000px;
  11.     height:20px;
  12.     font-size:12px;
  13.     color:#999;
  14.     cursor:hand;
  15.     
  16.     bottom:0px;
  17.     text-align:right;
  18.     margin:0 0 0 0;
  19. }
  20.  
  21. a.HintLink:link, a.HintLink:visited
  22. {
  23.     font-size:10px;
  24.     color:#aaa;
  25. }
  26.  
  27. a.HintLink:hover
  28. {
  29.     color:#fff;
  30. }
  31.  
  32. #SplashScreen
  33. {
  34.     position:relative;
  35.     width:1000px;
  36.     height:480px;
  37.  
  38.     background:url(/img/App_GUI/BundleCover/SplashScreen_2.jpg) no-repeat;
  39. }
  40.  
  41.     #SplashScreen a:link, #SplashScreen a:visited
  42.     {
  43.         position:absolute;
  44.         left:0px;
  45.         top:0px;
  46.         width:990px !important;
  47.         width:1000px;
  48.         height:470px !important;
  49.         height:480px;
  50.         border:5px solid #fff;
  51.     }
  52.     #SplashScreen a:hover
  53.     {
  54.         border:5px solid #69f;
  55.     }
  56.     #SplashScreen a:active
  57.     {
  58.         border:5px solid #27c;
  59.     }